home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir42 / gnudbm14.zip / CHANGELO.G < prev    next >
Text File  |  1990-08-14  |  2KB  |  78 lines

  1. Tue Aug 14 13:08:43 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  2.  
  3.     * Version 1.4 released.  (version.c: Updated to correct version.)
  4.  
  5.     * Makefile: Added $(LIBS) to link for conv2gdbm.
  6.  
  7.     * README: Updated to version 1.4 and added a 1.0-1.4 change
  8.       statement.
  9.  
  10. Wed Aug  8 16:57:29 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  11.  
  12.     * gdbmopen.c: Restructured some code to initialize dbf
  13.       more completely.
  14.  
  15.     * dbm.h: Added a null define to satisfy some versions that
  16.       require a dbmclose() call.
  17.  
  18.     * findkey.c: (_gdbm_findkey) Added a check for the NULL
  19.       pointer in ...ca_data.dptr.
  20.  
  21.     * gdbmdelete.c: Added code to more completely remove the
  22.       cache entry for a deleted item.
  23.  
  24.     * gdbmreorg.c: Added code to finish the transfer of information
  25.       from the new_dbf to the orginal dbf.
  26.  
  27. Fri May 30 08:29:16 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  28.  
  29.     * gdbmstore.c: Changed a strncpy to bcopy.
  30.  
  31. Tue May 15 09:55:21 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  32.  
  33.     * Version 1.3 released.
  34.  
  35.     * systems.h: Changed the defines for alloca to use the
  36.       name builtin_alloca to depend on BUILTIN_ALLOCA instead
  37.       of __GNUC__.  Added a definition of BUILTIN_ALLOCA for
  38.       GNUC and for sun sparc.
  39.  
  40. Fri May 11 12:15:56 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  41.  
  42.     * systems.h: Removed the include for <sys/types> and now
  43.       systems.h requires <sys/types> included before it.
  44.  
  45.     * Makefile: Corrected the makefile to include a file that
  46.       was missing before.  Also, switched order of conv2gdbm
  47.       and alldbm in the all option.
  48.  
  49.     * findkey.c (_gdbm_read_entry): Reordered some statements
  50.       to make the code more readable.
  51.  
  52.     * update.c (_gdbm_fatal): Changed fatal message from "dbm fatal:"
  53.       to "gdbm fatal:".
  54.  
  55. Mon Apr 30 10:18:24 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  56.  
  57.     * Version 1.2 released.
  58.  
  59. Fri Apr 27 09:49:59 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  60.  
  61.     * Makefile: Added the dist option.  Similar to the 
  62.       addition from hack@ai.mit.edu, but correct.
  63.  
  64.     * falloc.c (push_avail_block):  Change the avail count
  65.       to reflect the correct number of entries.
  66.  
  67.     * dbminit.c (dbminit): Changed the stat call to stat the
  68.       ".dir" file as is done in dbmopen.c (dbm_open).
  69.  
  70. Tue Apr 10 12:18:40 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  71.  
  72.     * Version 1.1. released.
  73.  
  74.     * gdbmopen.c (gdbm_open): Clear out bucket cache.
  75.  
  76.  
  77.  
  78.